Builder

class Builder : GeneratedMessage.Builder<BuilderT> , AdminProtos.KeyVerificationAdminOrBuilder

This message is used by a client to initiate or complete a key verification
Protobuf type meshtastic.KeyVerificationAdmin

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
.meshtastic.KeyVerificationAdmin.MessageType message_type = 1;
Link copied to clipboard

The nonce is used to track the connection
uint64 nonce = 3;
Link copied to clipboard

The nodenum we're requesting
uint32 remote_nodenum = 2;
Link copied to clipboard

The 4 digit code generated by the remote node, and communicated outside the mesh
optional uint32 security_number = 4;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
.meshtastic.KeyVerificationAdmin.MessageType message_type = 1;
Link copied to clipboard
.meshtastic.KeyVerificationAdmin.MessageType message_type = 1;
Link copied to clipboard
open fun getNonce(): Long

The nonce is used to track the connection
uint64 nonce = 3;
Link copied to clipboard
open fun getRemoteNodenum(): Int

The nodenum we're requesting
uint32 remote_nodenum = 2;
Link copied to clipboard

The 4 digit code generated by the remote node, and communicated outside the mesh
optional uint32 security_number = 4;
Link copied to clipboard

The 4 digit code generated by the remote node, and communicated outside the mesh
optional uint32 security_number = 4;
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): AdminProtos.KeyVerificationAdmin.Builder
Link copied to clipboard
.meshtastic.KeyVerificationAdmin.MessageType message_type = 1;
Link copied to clipboard
.meshtastic.KeyVerificationAdmin.MessageType message_type = 1;
Link copied to clipboard

The nonce is used to track the connection
uint64 nonce = 3;
Link copied to clipboard

The nodenum we're requesting
uint32 remote_nodenum = 2;
Link copied to clipboard

The 4 digit code generated by the remote node, and communicated outside the mesh
optional uint32 security_number = 4;